home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Windows files / Q3WinSDK.exe / QD3DSDK / Samples / ViewerSample / TestRoutines.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-25  |  280 b   |  11 lines

  1. #ifndef __TESTROUTINES__
  2. #define __TESTROUTINES__
  3.  
  4.  
  5. extern void DoSetWindowTest ();
  6. extern void DoTestMinDimension ();
  7. extern void DoTestGetButtonRect ();
  8. extern void DoTestSetCurrentButton (int id);
  9. extern void DoTestGetBitmap ();
  10. extern void DoTestWriteData ();
  11. #endif